/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #0F320B;
    font-family: 'Hindenburg';
    font-weight: normal;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    color: #000000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

p {
    line-height: 19px;
}

@font-face {
    font-family: RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}


@font-face {
    font-family: 'Hindenburg';
    src: url('../fonts/Hindenburg-Italic.woff2') format('woff2'), url('../fonts/Hindenburg-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    max-width: 1140px;
}


/* header-aera-style-start */


.header-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

.header-menu {
    text-align: right;
}

    .header-menu ul li a {
        font-size: 15px;
        color: #001654;
        font-weight: 600;
        padding: 25px 0;
        display: block;
    }

.log-bt a {
    border-width: 2px;
    border-color: rgb(24, 188, 156);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 3.147px 3.886px 4px 0px rgba(0, 0, 0, 0.13);
    height: 36px;
    width: 100px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 34px;
    font-size: 15px;
    color: #18bc9c;
    font-weight: 600;
    transition: 0.3s;
}

    .log-bt a:hover {
        background: #18BC9C;
        color: #fff;
    }

.them-btn {
    background: #18BC9C !important;
    color: #ffff !important;
    margin-left: 30px;
}

    .them-btn:hover {
        background: transparent !important;
        color: #18BC9C !important;
    }

/* header-aera-style-end */

/* hero-aera-style-start */

.hero-aera {
    padding: 108px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-content {
    text-align: center;
}

    .hero-content h3 {
        font-size: 67px;
        color: #fff;
        padding: 0 50px;
    }

    .hero-content p {
        font-size: 24px;
        color: #fff;
        line-height: 30px;
        max-width: 650px;
        margin: auto;
        margin-bottom: 60px;
    }

    .hero-content a {
        width: 180px;
        height: 40px;
        background-image: -moz-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        background-image: -webkit-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        background-image: -ms-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        box-shadow: 0px 0px 13.92px 2.08px rgba(79, 79, 79, 0.41);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 33px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin: auto;
        transition: 0.3s;
    }

        .hero-content a:hover {
            box-shadow: 0px 0px 13.92px 2.08px rgba(13, 9, 101, 0.41);
        }

.rocket {
    position: absolute;
    bottom: 0;
    left: 130px;
}

    .rocket img {
        max-width: 288px;
    }
/* hero-aera-style-end */


/* monitor-aera-style-start */

.monitor-aera {
    padding-top: 100px;
}

.monitor-title {
    text-align: center;
    margin-bottom: 45px;
}

.monitor-single-item {
    width: 8.1111%;
    text-align: center;
}

.monitor-fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.monitor-single-item {
    width: 8.1111%;
    text-align: center;
    margin-bottom: 30px;
}

.monitor-title h4 {
    margin: 0;
    font-size: 45px;
    color: #18bc9c;
}

.monitor-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-area {
    padding: 70px 0;
    background-size: 100% 100%;
    background-position: center;
}

.work-title {
    text-align: center;
    margin-bottom: 30px;
}

    .work-title h4 {
        margin: 0;
        font-size: 36px;
        color: #fff;
        margin-bottom: 30px;
    }

    .work-title p {
        margin: 0;
        font-size: 16px;
        color: #3f4040;
        line-height: 24px;
    }

.work-box {
    min-height: 275px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5.22px 0.78px rgba(13, 9, 101, 0.05);
    text-align: center;
    padding-top: 30px;
}

.box-icon {
    margin-bottom: 20px;
}

.work-content p {
    margin: 0;
    font-size: 18px;
    color: #404040;
    line-height: 24px;
    min-height: 120px;
    padding: 0 13px;
}

.box-link a {
    font-size: 18px;
    color: #18bc9c;
    text-transform: capitalize;
    text-decoration: underline;
}
/* monitor-aera-style-end */


/* benifit-aera-style-start */


.benifit-single-box {
    width: 255px;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 25px;
}

    .benifit-single-box p {
        font-size: 18px;
        color: #6a238b;
        line-height: 24px;
        margin: 0;
    }

        .benifit-single-box p span {
            font-weight: 600;
        }

.benifit-btn {
    margin-top: 50px;
}

    .benifit-btn a {
        width: 180px;
        height: 40px;
        background-image: -moz-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        background-image: -webkit-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        background-image: -ms-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        box-shadow: 0px 0px 13.92px 2.08px rgba(138, 138, 138, 0.41);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 35px;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        margin: auto;
        transition: 0.3s;
    }

        .benifit-btn a:hover {
            box-shadow: 0px 0px 13.92px 2.08px rgba(13, 9, 101, 0.41);
        }

.benifit-title {
    margin-bottom: 30px;
    text-align: center;
}

    .benifit-title h4 {
        font-size: 36px;
        margin: 0;
        color: #18bc9c;
    }

.benifit-fx {
    width: 830px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.benifit-aera {
    padding: 70px 0;
}
/* benifit-aera-style-end */

/* pricing-area-style-start */

.pricing-area {
    padding: 80px 0;
    background-size: 100% 100%;
    background-position: center;
}

.priciung-wrap {
    text-align: center;
}

    .priciung-wrap h3 {
        font-size: 67px;
        color: #fff;
        margin-bottom: 30px;
    }

    .priciung-wrap p {
        font-size: 24px;
        color: #fff;
        line-height: 36px;
        margin-bottom: 60px;
    }

        .priciung-wrap p span {
            font-weight: 600;
        }

    .priciung-wrap a {
        width: 217px;
        height: 40px;
        background-image: -moz-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        background-image: -webkit-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        background-image: -ms-linear-gradient( -68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
        box-shadow: 0px 0px 13.92px 2.08px rgba(79, 79, 79, 0.41);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        border-radius: 23px;
        position: relative;
        padding-right: 15px;
        margin: auto;
        transition: 0.3s;
    }

        .priciung-wrap a:hover {
            box-shadow: 0px 0px 13.92px 2.08px rgba(13, 9, 101, 0.41);
        }

        .priciung-wrap a i {
            position: absolute;
            right: 24px;
            filter:;
            font-size: 19px;
        }
/* pricing-area-style-end */


/* contact-aera-style-start */

.contact-wrap {
    width: 100%;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 133deg, rgb(0,175,216) 0%, rgb(21,186,164) 17%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 133deg, rgb(0,175,216) 0%, rgb(21,186,164) 17%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 133deg, rgb(0,175,216) 0%, rgb(21,186,164) 17%, rgb(255,255,255) 100%);
    box-shadow: 0px 0px 5.22px 0.78px rgba(13, 9, 101, 0.05);
    margin: auto;
    padding: 45px 25px;
    text-align: center;
}

.contact-single-input input {
    width: 100%;
    height: 51px;
    border-width: 2px;
    border-color: rgb(24, 188, 156);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 0 15px;
    font-size: 16px;
    color: #3f4040;
}

.contact-single-input {
    margin-bottom: 25px;
}

    .contact-single-input textarea {
        width: 100%;
        border-width: 1px;
        border-color: rgb(24, 188, 156);
        border-style: solid;
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        height: 178px;
        padding: 15px;
        filter:;
        font-size: 15px;
        color: #3f4040;
    }

.contact-btn a {
    width: 180px;
    height: 40px;
    background-image: -moz-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    box-shadow: 0px 0px 13.92px 2.08px rgba(79, 79, 79, 0.41);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: auto;
    transition: 0.3s;
}

    .contact-btn a:hover {
        box-shadow: 0px 0px 13.92px 2.08px rgba(13, 9, 101, 0.41);
    }

.contact-title h3 {
    font-size: 36px;
    color: #18bc9c;
    margin-bottom: 40px;
}

.contact-title {
    text-align: center;
}

.contact-inner {
    width: 400px;
    margin: auto;
}

.contact-fx {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contact-singe-itm {
    width: 110px;
    text-align: center;
}

    .contact-singe-itm p {
        font-size: 24px;
        color: #18bc9c;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 0;
    }

.contact-title.ttr h3 {
    margin-bottom: 20px;
}

.contact-btm {
    padding-top: 50px;
}

.contact-aera {
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative;
}

.sp-1 {
    position: absolute;
    top: 31px;
    left: 200px;
}

.sp-2 {
    position: absolute;
    right: 400px;
    top: 50%;
}


/* contact-aera-style-en */

/* footer-aera-style-start */


.footer-aera {
    padding: 90px 0;
    background-size: 100% 100%;
    background-position: center;
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 28px;
}

    .footer-menu ul li a {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }

.footer-menu {
    text-align: right;
}

.ttyr {
    width: 40px;
    height: 40px;
    background: #1976D2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.footer-contant p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
/* footer-aera-style-end */

/* offcanva */
.bar a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
}

.bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.offcanva {
    position: fixed;
    width: 90%;
    height: 100%;
    background-image: -moz-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    z-index: 99;
    top: 0;
    transition: .3s;
    left: -100%;
}

.offcanva-menu ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 10px 18px;
    display: block;
    border-bottom: 1px solid #fdfdfd7a;
    transition: .3s;
}

    .offcanva-menu ul li a:hover {
        padding-left: 30px;
    }

.offcanva-menu {
    padding-top: 70px;
}

.cross a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffff;
}

.cross {
    position: absolute;
    top: 10px;
    right: 21px;
}

.offcanva-menu ul li a:hover {
    background: #79EEEF;
    border-color: #0EB7B4;
    padding-left: 30px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #02B0D3;
    z-index: 9;
    opacity: .3;
    left: -100%;
    transition: .3s;
}

.offcanva.active {
    left: 0;
}

.overlay.active {
    left: 0;
}

.bar {
    display: none;
}

input {
    outline: 0;
}

.laptop-box {
    position: relative;
}

.w-100 {
    width: 100% !important;
}

.video-img {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 78% !important;
    height: 90% !important;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

.cover-video video {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 78% !important;
    height: 90% !important;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    z-index: -1;
}

.cover-video video {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 78% !important;
    height: 90% !important;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    z-index: -1;
}

.justify-content-center {
    justify-content: center !important;
}

.pulse {
    border: 1px solid #e27c3e;
}

.pulse {
    position: relative;
    width: 6rem;
    height: 6rem;
    line-height: 6.7rem;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 99;
}

.pulse i {
    font-size: 2rem;
    color: #e27c3e;
}

.pulse span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.pulse span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 1px solid #e27c3e;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: animate 4s linear infinite;
    animation: animate 4s linear infinite;
}




.monitor-single-item a {
    border-radius: 50%;
    box-shadow: 0.629px 0.777px 3.65px 1.35px rgba(13, 9, 101, 0.32);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
    background:white
}

    .monitor-single-item a img {
        max-width: 85px;
    }

textarea:focus {
    outline: none;
}










/*blog-page-stayle-end*/


.hero-wrap-bg {
    background-size: 100% 100%;
    background-position: center;
    padding: 30px;
    display: flex;
    align-items: end;
    height: 480px;
}

.hero-one-wp h3 {
    font-size: 67px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 13px;
}

.hero-one-wp p {
    position:;
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 0;
}

.heros-btn-3 a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #2DB59B;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 43px;
    border-radius: 36px;
    transition: .3s;
    background: transparent;
}

.heros-btn-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.hero-one-wp.wp-2 h3 {
    font-size: 43px;
    color: #ffffff;
}

.hero-wrap-bg.bg-2 {
    align-items: start;
}

.heros-btn-3 span {
    font-size: 16px;
    color: #fff;
}

.hero-one-wp.wp-fl-1 {
    width: 100%;
}

    .hero-one-wp.wp-fl-1 h3 {
        font-size: 43px;
        margin-bottom: 40px;
        margin-top: 29px;
    }

.hero-wrap-bg.h-bg-3 {
    align-items: start;
}

.hero-one-wp.wp-fl-1.fl-2 {
    margin-top: 131px;
}

.hero-one-wp.wp-fl-1.fl-2 {
    margin-top: 102px;
}

.hero-input {
    width: 566px;
    margin: auto;
    position: relative;
    padding-bottom: 25px;
}

    .hero-input input {
        width: 100%;
        height: 44px;
        border: 1px solid #18BC9C;
        border-radius: 34px;
        padding-left: 30px;
        padding-right: 160px;
        font-size: 18px;
        color: #18bc9c;
        font-weight: 600;
    }

    .hero-input span {
        position: absolute;
        top: 11px;
        left: 0;
        filter:;
        font-size: 17px;
        color: #18BC9C;
        font-weight: 700;
        left: 101px;
    }
    /*blog-page-stayle-atsrt*/


    .hero-input a {
        background-color: rgb(24, 188, 156);
        box-shadow: 3.147px 3.886px 4px 0px rgba(0, 0, 0, 0.13);
        width: 133px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 34px;
        position: absolute;
        top: 2px;
        top:;
        right: 2px;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }

.hero-aera.hero-them {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fl-box {
    width: 100%;
}



/*blog-area-style-start*/


.blog-wrap {
    background: #D6FFF7;
}

.blog-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

    .blog-content span {
        font-size: 16px;
        color: #3e3e3e;
        margin-bottom: 10px;
        display: block;
    }

    .blog-content h3 {
        font-size: 36px;
        color: #3e3e3e;
        margin-bottom: 30px;
    }

    .blog-content p {
        font-size: 14px;
        color: #3e3e3e;
        margin: 0;
    }

.ttf {
    font-size: 14px !important;
    opacity: .6;
    margin: 0 !important;
}

.ttry {
    font-size: 14px !important;
    opacity: .3;
}

.blog-content a {
    font-size: 18px;
    color: #383938;
    font-weight: 600;
    transition: .3s;
}

.blog-wrap.pdng {
    margin-top: 50px;
}

.bllog-aera {
    padding-top: 70px;
    position: relative;
}

.blog-wrap.pdng.bg-c1 {
    background: #23C4D7;
}

.blog-content.cl-cng a {
    color: #ffff;
}

.blog-wrap.bg-c2 {
    background: #0FB7B2;
}

.blog-wrap.pdng.bg-c3 {
    background: #B9F9FF;
}
/*blog-area-style-end*/

.blog-btn a {
    width: 180px;
    height: 40px;
    background-image: -moz-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(24,188,156) 0%, rgb(0,175,216) 100%);
    box-shadow: 0px 0px 13.92px 2.08px rgba(13, 9, 101, 0.41);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    color: #fff;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    padding-top:;
    margin-top: 50px;
    transition: .3s;
    border: 2px solid transparent;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    font-size: 20px !important;
}

.owl-next {
    left: auto !important;
    right: -100px;
}

.blog-wd {
    width: 830px;
    margin: auto;
}

.blog-slider-aera {
    padding-top: 60px;
}

.owl-item.active.center {
    margin-top: 50px;
}

.blog-sl-title {
    text-align: center;
    margin-bottom: 50px;
}

    .blog-sl-title h3 {
        font-size: 48px;
        color: #18bc9c;
        margin: 0;
        font-weight: 700;
    }

.blog-btn a:hover {
    background: transparent;
    border: 2px solid;
    color: #06B2C8;
}


.blog--icn span {
    font-size: 20px;
    display:;
    margin-right: 10px;
    color: #0FB7B2;
    font-weight: 700;
}

.blog--icn {
    position: absolute;
    top: -94px;
}

    .blog--icn.yyth {
        top: 0;
        right: 21%;
    }

.blog-img img {
    width: 100%;
}

.heros-btn-3 a:hover {
    background: #6BD4C3;
    border: 2px solid transparent;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    transition: 0.3s;
}

.blog-content a {
    font-size: 18px;
    color: #383938;
    font-weight: 600;
    transition: .3s;
}

    .blog-content a:hover {
        color: red;
    }

@media (min-width: 1200px)   {

    #content {
        width: 1200px;
        margin: 0 auto;
    }
}

#content span {
    line-height: 34px !important;
}

#content {
   padding:10px
}

.monitor-single-item a {
    border-radius: 50%;
    box-shadow: 0.629px 0.777px 3.65px 1.35px rgba(13, 9, 101, 0.32);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}

    .monitor-single-item a img {
        max-width: 85px;
    }

textarea:focus {
    outline: none;
}

.riket {
    position: absolute;
    left: 0;
    bottom: 44px;
    z-index: 99;
    width: 42%;
}

.monitor-title img {
    margin-bottom: 15px;
}

.monitor-title {
    margin-bottom: 15px;
}

.rk-fb {
    margin-left: 289px;
}




.mt-5 {
    margin-top: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.sell-text-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000014;
    border-radius: 14px;
    padding: 0.5rem;
}

.d-flex {
    display: flex !important;
}

.sell-text-box .fa-play {
    margin-top: 0rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background: #ffeee4 0% 0% no-repeat padding-box;
    border-radius: 13px;
}

.media-body {
    flex: 1;
    padding-right: 40px;
}



.fa-circle:before {
    content: "\f111";
}

.sell-text-box .fa-circle, .sell-text-box .fa-play {
    color: #14BAA2;
    margin-top: 0rem;
    font-size: 1.4rem;
}

.sell-text-box.f1 {
    background: #b4fbed;
}

.sell-text-box.f2 {
    background: #23C4D7;
}

.sell-text-box.f3 {
    background: #0FB7B2;
}

.para-text {
    line-height: 25px;
    font-size: 16px;
}

@media (max-width: 500px) {
    .priciung-wrap a{width:100% !important}
} 

 